home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Diversos / cosmicfozmik.swf / scripts / frame_7 / PlaceObject2_160_78 / CLIPACTIONRECORD onClipEvent(load).as < prev   
Encoding:
Text File  |  2007-09-27  |  303 b   |  15 lines

  1. onClipEvent(load){
  2.    isNegative = 0;
  3.    myColor = new Color(this);
  4.    orig = myColor.getTransform();
  5.    this.swapDepths(3999);
  6.    tickCount = 0;
  7.    _alpha = 100;
  8.    tickMax = 1;
  9.    deathCount = 0;
  10.    _width = 20;
  11.    _height = 20;
  12.    saveX = _root.player._x;
  13.    saveY = _root.player._y;
  14. }
  15.